home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 1 / PC Actual CD 01.iso / share / dos / graficos / plydat14.arj / CROSBLOB.PI < prev    next >
Encoding:
Text File  |  1992-03-01  |  765 b   |  36 lines

  1. viewpoint{
  2.    from <0,-2.0,-0.5>
  3.    at <0,0,0>
  4.    up <0,1,0>
  5.    angle 45
  6.    resolution 128, 128
  7.    }
  8.  
  9. light <-10, 10, -10>
  10.  
  11. define reflective_coral
  12. texture {
  13.    surface {
  14.       ambient coral, 0.2
  15.       diffuse coral, 0.8
  16.       specular coral, 0.7
  17.       reflection white, 0.7
  18.       microfacet Phong 10
  19.       }
  20.    }
  21.  
  22. define strength  0.000917
  23.  
  24. object {
  25.    blob  strength:
  26.       strength, 1.03000, <   0.000,   0.000,    0.000 >,
  27.       strength, 1.03000, <   1.000,   0.000,    0.000 >,
  28.       strength, 1.03000, <   0.000,   1.000,    0.000 >,
  29.       strength, 1.03000, <  -1.000,   0.000,    0.000 >,
  30.       strength, 1.03000, <   0.000,  -1.000,    0.000 >
  31.    root_solver Ferrari
  32.    u_steps 20
  33.    v_steps 20
  34.    reflective_coral
  35.    }
  36.